*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
}
.logo{
    width: 150px;
}
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px;
}
.nav-txt{
    display: flex;
    align-items: center;
}
.nav-txt ul{
    display: flex;
    align-items: center;
    gap: 2em;
    list-style-type: none;
}
.nav-txt ul li a{
    text-decoration: none;
    color: black;
    font-size: 1.1em;
    font-weight: 500;
}
nav span{
    border: 2px solid black;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: black;
}
nav span a{
    color: white;
    text-decoration: none;
}
#country{
    padding: 10px 2px;
    width: 50px;
}
.fa-bars{
    font-size: 2em;
    display: none;
}
.prod-dropdown{
    position: absolute;
    background-color: white;
    width: 16%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgba(128, 128, 128, 0.61);
    top: 90px;
    left: 530px;
    z-index: 999;
}
.prod{
    width: 60%;
    margin: auto;
    line-height: 40px;
    display: none;
}
.menu1 .prod-dropdown .prod li a{
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.menu1:hover .prod{
    transition: 1s;
    display: block;
}


/*--MD Query--*/
@media screen and (min-width:120px) and (max-width:500px){
    header{
        width: 100%;
    }
    nav{
        display: flex;
        justify-content: space-between;
    }
    .logo{
        width: 150px;
        padding-right: 50px;
    }
    .nav-txt ul li {
        display: none;
    }
    .fa-bars{
        display: block;
    }
    nav span {
        display: none;
    }
}
@media screen and (min-width:320px) and(max-width:900px) {
    .nav-logo{
        width:200px ;
        padding-right: 50px;
    }
    nav{
        display: flex;
        justify-content: space-between;
    }
    .nav-txt ul li{
        display: none;
    }
    .fa-bars{
        display: block;
    }
}
@media screen and (min-width:400px) and (max-width:900px)  {
    .nav-txt ul li{
        display: none;
    }
    .fa-bars{
        display: block;
    }
}
@media screen and (min-width:900px) and (max-width:1200px) {
    nav{
        width: 100%;
        justify-content: space-between;
    }
    .nav-txt ul li {
        display: none;
    }
    .fa-bars{
        display: block;
        font-size: 5em;
        padding-top: 10px;
    }
}


.news-div{
    padding: 150px;
}
.news{
    font-size: 1.3em;
    color: #283655;
    margin-bottom: 100px;
}
.post a{
    font-size: 1.2em;
    border: 2px solid black;
    border: none;
    border-radius: 10px;
    color: white;
    background-color: #283655;
    padding: 15px 40px;
    text-decoration: none;
}
/*--MD Query--*/
@media screen and (min-width:120px) and (max-width:500px){
    header{
        width: 100%;
    }
    nav{
        display: flex;
        justify-content: space-between;
    }
    .logo{
        width: 150px;
        padding-right: 50px;
    }
    .nav-txt ul li {
        display: none;
    }
    .fa-bars{
        display: block;
    }
    nav span {
        display: none;
    }
}
@media screen and (min-width:320px) and(max-width:900px) {
    .nav-logo{
        width:200px ;
        padding-right: 50px;
    }
    nav{
        display: flex;
        justify-content: space-between;
    }
    .nav-txt ul li{
        display: none;
    }
    .fa-bars{
        display: block;
    }
}
@media screen and (min-width:400px) and (max-width:900px)  {
    .nav-txt ul li{
        display: none;
    }
    .fa-bars{
        display: block;
    }
}
@media screen and (min-width:900px) and (max-width:1200px) {
    nav{
        width: 100%;
        justify-content: space-between;
    }
    .nav-txt ul li {
        display: none;
    }
    .fa-bars{
        display: block;
        font-size: 5em;
        padding-top: 10px;
    }
}

@media screen and (min-width:120px) and (max-width:800px) {
    .news-div{
        padding: 10px 20px;
    }
    .post{
        padding: 10px 20px;
    }
    .news{
        font-size: 1.3em;
    }
}


/*--footer-*/
footer{
    background-color:#171D32 ;
}
.footer-div{
    padding-top: 50px;
    padding-bottom: 58px;
    width: 80%;
    margin: 0px auto;
}
.li-div{
    display: flex;
    gap: 2em;
    margin-bottom: 60px;
}
.li-div ul li a{
    color: white;
    font-size: 1.1em;
    text-decoration: none;
    line-height: 30px
}
.footer-div h4{
    color: white;
    font-size: 1.5em;
    padding-left: 2px;
}
.buttom-li ul{
    display: flex;
    gap: 2em;
    margin-bottom: 15px;
}
.buttom-li ul a{
    color: white;
    text-decoration: none;
    font-size: 1.1em;
}
.footer-div p{
    color: white;
    font-size: 1.1em;
}
.footer-img{
    padding-left: 400px;
    padding-top: 80px;
    line-height: 50px;
    width: 50px;
}
.sm-handles{
    display: flex;
    gap: 2.3em;
    padding-left: 40px;
}
.fbk{
    width: 10px;
}
.twitter{
    width: 20px;
}
.gp-icon:hover{
     transform: translateY(-10px);
     animation: floatUpDown 2s ease-in-out;
}

.apple-icon:hover{
     transform: translateY(-10px);
     animation: floatUpDown 2s ease-in-out;
}
@keyframes floatUpDown{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-5px);
    }
    100%{
        transform: translateY(0);
    }
}
/*--MD Query--*/
@media screen and (min-width:120px) and (max-width:800px){
    .footer-div{
        width: 80%;
        margin: 0px auto;
    }
    .li-div{
        display: block;
        margin-bottom:0px;
    }
    .buttom-li ul{
        display: block;
    }
    .sm-handles{
        padding: 20px;
    }
    .footer-img{
    padding-left: 0px;
    padding-top: 10px;
    line-height: 50px;
    width: 40px;
    }
}
@media screen and (min-width:800px) and (max-width:1300px){
     .li-div ul li a{
        font-size: 1.3em;
        line-height: 50px;
     }
     .footer-div{
        width: 80%;
        margin: 0px auto;
    }
    .footer-img{
    padding-left: 0px;
    padding-top: 10px;
    line-height: 50px;
    width: 40px;
    }
    .buttom-li ul li{
        font-size: 1.2em;
        line-height: 50px;
    }
    .footer-div p{
        font-size: 1.2em;
    }
}

